home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0741.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.3 KB  |  48 lines

  1.  
  2.  
  3. > Begin forwarded message:
  4.  
  5. > Date:     Tue, 2 Mar 1993 23:41:07 PST
  6. > Sender: Bill Janssen <janssen@parc.xerox.com>
  7. > From: Bill Janssen <janssen@parc.xerox.com>
  8. > To: www-talk@nxoc01.cern.ch
  9. > Subject: WWW program to fetch document source?
  10.  
  11. > Is there a simple WWW tool which will will take a UDI or URL (and  
  12. which
  13. > is officially used these days by WWW?)
  14.  
  15. URL is the term for something limited to an address. URI
  16. means a URL OR something which looks like it but is a name
  17. in an abstract space.  The IETF WG talks about URLs only as
  18. no namespace exists.  [[The URI term has had a hard time as
  19. noone accepts the concept of a (name or address) as some people are
  20. so hot on defending the essential difference of names and addresses]]
  21.  
  22. > and write the source of the
  23. > document to stdout?  Something like
  24.  
  25. >     wwwFetch file://foo.bar.type/blah/blah/oink.ps >/tmp/a
  26.  
  27. > I notice that ``www -n -source'' still does a bit of formatting,  
  28. enough
  29. > to confuse Postscript and GIF files.
  30.  
  31. Really?  A few months ago (Oct 92, version 1.3a I think)
  32. a shortcut was introduced so that the
  33. -source option pipes the source direct (CRLF and all) to stdout.
  34. "Should work"!  It was particularly needed (and tested)
  35. for postscript. Before, the source was treated as a plain text file,  
  36. and wrapped at the line length.
  37.  
  38. > Bill
  39.  
  40. Tim
  41.  
  42.